{
"match": true,
"comment": "Queries are the same but in different key order",
"expected" : {
"method": "GET",
"path": "/path",
"query": {
"alligator": ["Mary"],
"hippo": ["John"]
},
"headers": {}
},
"actual": {
"method": "GET",
"path": "/path",
"query": {
"hippo": ["John"],
"alligator": ["Mary"]
},
"headers": {}
}
}